home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / cinstp17.zip / README.TXT < prev    next >
Text File  |  1995-02-09  |  11KB  |  226 lines

  1.            CHIEF'S INSTALLER PRO FOR WINDOWS v1.70
  2.            ---------------------------------------
  3.  
  4.     (c) 1994-1995, Dr. Abimbola A. Olowofoyeku (The African Chief)
  5.     --------------------------------------------------------------
  6.  
  7.  
  8.     Files in the package
  9.     --------------------
  10.     1.  INSTALL.EXE    (Chief's Installer Pro main executable)
  11.     2.  UNINSTAL.EXE   (Chief's Windows UNinstaller)
  12.     3.  WINSTALP.DLL   (Binary for the "banner" routines)
  13.     4.  CTL3DV2.DLL    (OPTIONAL DLL for 3D dialogs)
  14.     5.  CHIEF.HLP      (Help file for Chief's Installer)
  15.     6.  CHIEF.WRI      (Straight dump of CHIEF.HLP in MS-Write format)
  16.     7.  README.TXT     (This file)
  17.     8.  SETUP.EXE      (OPTIONAL small loader for INSTALL.EXE)
  18.     9.  WINSTALL.ZIP   (contains resource script for WINSTALL.DLL, and
  19.                        (a number of precompiled language DLLs)
  20.     10. UNINST.ZIP     (contains resource script for UNINST.DLL, and
  21.                        (an English version of the DLL)
  22.     11. WINSTALL.HLP   (sample help file for the installer)
  23.     12. WINSTALC.DLL   (sample ICONS DLL for the installer)
  24.     13. AUTOCALC.EXE   (utility to calculate required disk space)
  25.     14. AUTOCALC.TXT   (documentation for AUTOCALC.EXE)
  26.     15. SHOWLOG.EXE    (DOS utility to show contents of LOG file)
  27.     16. SHOWLOG.TXT    (documentation for SHOWLOG.EXE)
  28.     17. SAMPLExx.INF   (sample INF files for WINSTALL.INF)
  29.     18. TEMPLATE.INF   (template for new INF files)
  30.     19. FILE_ID.DIZ    (ID file for BBS SYSOPS)
  31.     20. REGISTER.TXT   (Registration information)
  32.     21. ORDER.FRM      (Order form)
  33.  
  34.  
  35.  
  36.     What is CHIEF'S INSTALLER PRO?
  37.     ------------------------------
  38.     Chief's Installer Pro for Windows is a generic program for installation
  39.     of Windows applications.
  40.  
  41.     Install is an "off-the-shelf" installation suite. The program will
  42.     copy files from floppy disks (or a directory on a hard disk) to the
  43.     destination directory. If the files are compressed with Microsoft's
  44.     COMPRESS.EXE they will be decompressed automatically. In this respect
  45.     Install uses the routines in LZEXPAND.DLL. If the files are not
  46.     compressed, they will simply be copied.
  47.  
  48.  
  49.     INSTALLATION
  50.     ------------
  51.     You can either;
  52.       [a] simply copy all the files into a directory,
  53.           or
  54.       [b] run INSTALL.EXE from Program Manager or File Manager
  55.           or
  56.       [c] run SETUP.EXE from Program Manager or File Manager
  57.  
  58.  
  59.     RESTRICTIONS/FEATURES
  60.     ---------------------
  61.     1. You can only install into any combination of the following;
  62.          (a) ONE destination directory, and up to 45 subdirectories
  63.              under it
  64.          (b) the Windows directory
  65.          (c) the Windows SYSTEM directory
  66.          (d) the TEMP directory
  67.     2. Only a maximum of 45 installation disks are supported. Install will
  68.        prompt for the disks as they are required.
  69.     3. Install will optionally offer to put the destination directory
  70.        into the "PATH" statement in AUTOEXEC.BAT
  71.     4. Install will optionally create a Program Manager group file, and
  72.        icons for any supplied file(s) - .EXEs, README files, etc.
  73.     5. Install will optionally run any supplied program(s) during the
  74.        installation, as part of the installation process.
  75.     6. Install will optionally run any supplied program(s) immediately after
  76.        the installation is complete
  77.     7. The stipulated format of the WINSTALL.INF file must be followed
  78.        strictly.
  79.     8. Install allows you to supply on-line for the installation.
  80.        You have to create a Windows help file called WINSTALL.HLP. This
  81.        help file can be accessed by clicking on the "HELP" button. A simple
  82.        one is supplied. You can either use that, or create your own.
  83.        If no WINSTALL.HLP file is found in the path, then the "HELP"
  84.        button is removed from the Install window.
  85.     9. Install will check whether there is sufficient space on the target
  86.        drive - based on information which you supply as to how much disk
  87.        space your application requires.
  88.        If you need extra temporary disk space for the installation, Install
  89.        can check for this also.
  90.    10. Install will make entries in any INI (or other) file(s) specified
  91.        by you. Up to 20 entries can be made. Do NOT use this feature to
  92.        insert an entry which may already exist - the old entry will be
  93.        deleted and replaced by the new one (e.g., do NOT use it for
  94.        "DEVICE=" lines in SYSTEM.INI
  95.    11. Install provides support for non-English languages - it will look
  96.        for a DLL called WINSTALL.DLL in the directory from which INSTALL.EXE
  97.        is executed. If this DLL is found, Install will load the string tables
  98.        used for messages from it. By the same token, it will look for
  99.        UNINST.DLL in the directory from which UNINSTAL.EXE was executed.
  100.    12. Install provides support for PARTIAL INSTALLATIONS of program. In this
  101.        respect, you can have up to 10 installation options.
  102.    13. Install provides support for displaying a "banner" in the background,
  103.        and for specifying the text of the banner, the font to use used for it,
  104.        the font size, the color of the text, the color of the background, and
  105.        a brush to paint the background.
  106.    14. Install provides support for displaying a bitmap file, stretched to fill the
  107.        screen.
  108.    15. Install will optionally check the disks being inserted by the user to verify
  109.        that they are the correct ones.
  110.    16. Install provides an UNINSTALLER, which can be used to uninstall any
  111.        program that was installed with Chief's Installer Pro.
  112.    17. Chief's Installer Pro will check the target directory for the existence of
  113.        any copy of each file being installed, and will prompt the user for
  114.        over-write permission.
  115.    18. Chief's Installer Pro will check for version information in
  116.        existing copies of shared binary files, and for date stamps in
  117.        non-shared files.
  118.    19. Chief's Installer Pro will use the 3D dialog effects in CTL3DV2.DLL
  119.        if a copy of that file is found. If CTL3DV2.DLL is not found, then
  120.        the program will use standard Windows dialogs (the absence of the file
  121.        will NOT cause an error).
  122.    20. Chief's Installer Pro provides support for restarting Windows if any
  123.        active shared file was overwritten. A dialog asking for confirmation
  124.        appears automatically  if any active shared file was overwritten during
  125.        the installation. The text on this dialog can be changed by the
  126.        $RESTARTWIN-MESSAGE reserved word.
  127.    21. Chief's Installer Pro provides support for displaying a README file to
  128.        the user when the installer is executed. The README file should be a
  129.        plain ASCII file not bigger than 16kb. The file should be called
  130.        WINSTALL.TXT. You can cause the contents of the file to be displayed
  131.        automatically by setting $AUTO-CLICK-BUTTON to 4 (otherwise the user
  132.        will have to click on the "readme" button to display the text. If the
  133.        file WINSTALL.TXT is not found, then the "readme" button will be removed
  134.        at run time.
  135.    22. Chief's Installer Pro provides support for making entries into the the
  136.        Registration Database, by the reserved word $REG-DATA.
  137.    23. Chief's Installer Pro provides limited support for the installation
  138.        of TrueType fonts.
  139.    24. Chief's Installer Pro will recursively create subdirectories under
  140.        the directory tree of the target directory.
  141.  
  142.  
  143.  
  144.     LICENSE
  145.     -------
  146.     CHIEF'S Installer Pro IS *NOT* FREE SOFTWARE.
  147.                           ^^^^^^^^^^^^^^^^^^^^^^^
  148.     Chief's Installer Pro is released as SHAREWARE. This means that you may
  149.     use it, and/or supply it as the installation routine for any of your
  150.     applications, as long as;
  151.                   -----------
  152.  
  153.        [1] You PAY THE REQUIRED REGISTRATION FEE
  154.  
  155.        AND,
  156.  
  157.        [2] My name does NOT appear ANYWHERE in your application's
  158.            documentation - I am not interested in answering any questions
  159.            from any of your customers.
  160.  
  161.    The REGISTRATION FEE is £20 (U.K. Sterling); or $29 (US); or
  162.    equivalent.
  163.  
  164.     SHAREWARE DISTRIBUTION
  165.     ----------------------
  166.     You may distribute the package freely to FTP sites, Bulletin
  167.     Boards, Shareware/Freeware/Public Domain archives, CD-ROMS, Magazine
  168.     Cover Disks and CD-ROMS, etc. Shareware disk vendors also may also
  169.     freely freely distribute the package.
  170.  
  171.     Distribution of the package in any form (other than as the installation
  172.     program for your Windows applications), is subject to ALL the
  173.     following conditions;
  174.  
  175.        [1] ALL the files which I have supplied must be included,
  176.        and
  177.        [2] NO ATTEMPT must be made to modify or alter ANYTHING in any of
  178.            the files,
  179.        and
  180.        [3] You must not charge ANYTHING for distributing this package (disk
  181.            vendors may charge a reasonable fee, not exceeding $5 (US) for
  182.            media and duplication).
  183.  
  184.  
  185.  
  186.     Please note the disclaimers below.
  187.  
  188.     DISCLAIMER
  189.     ----------
  190.     I do NOT warantee ANYTHING concerning any of the programs or files
  191.     which make up "Chief's Installer Pro for Windows". I accept NO
  192.     RESPONSIBILITY for ANY LOSS OR DAMAGE of ANY kind, including, but
  193.     not limited to, losses of a physical, mental, social, financial,
  194.     marital, or of whatever nature, resulting from the use, or the
  195.     purported use of Chief's Installer Pro for Windows", or any of the
  196.     files in the package, for any purpose whatsoever. I do not even
  197.     warantee that the programs will not kill you.
  198.  
  199.     You use Chief's Installer Pro for Windows ENTIRELY AT YOUR OWN RISK,
  200.     and you supply it to your customers, friends, family, acquaintances,
  201.     or enemies, ENTIRELY AT YOUR OWN RISK.
  202.  
  203.     If these terms are not acceptable to you, then please DELETE all
  204.     the files from your disks IMMEDIATELY AND PERMANENTLY.
  205.  
  206.  
  207.     Contact address:
  208.     ----------------
  209.     Dr. Abimbola Olowofoyeku
  210.     c/o John Barton
  211.     57 Baddeley Green Lane
  212.     Baddeley Green
  213.     Stoke on Trent
  214.     Staffs, ST2 7JL
  215.     ENGLAND.
  216.  
  217.  
  218.     Email: laa12@keele.ac.uk
  219.            chief@mep.com
  220.  
  221.       --------------------
  222.       Dr. A. Olowofoyeku
  223.       February 1995
  224.       --------------------
  225.  
  226.